Intersoft WebInput Documentation
Holiday Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : Holiday Class






Glossary Item Box

Represents holiday.

Object Model

Holiday Class

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Represents holiday")>
<System.SerializableAttribute()>
Public Class Holiday 
   Inherits ISNet.WebUI.NamedObjectBase
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject 
Visual Basic (Usage)Copy Code
Dim instance As Holiday
C# 
[System.ComponentModel.DescriptionAttribute("Represents holiday")]
[System.SerializableAttribute()]
public class Holiday : ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  
Delphi 
public class Holiday = class(ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject)
JScript 
System.ComponentModel.DescriptionAttribute("Represents holiday")
System.SerializableAttribute()
public class Holiday extends ISNet.WebUI.NamedObjectBase implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject 
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Represents holiday")]
[System.SerializableAttribute()]
public __gc class Holiday : public ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Represents holiday")]
[System.SerializableAttribute()]
public ref class Holiday : public ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebControls.Holiday

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.