Class CreateChannelSetup
Inheritance
System.Object
CreateChannelSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreateChannelSetup
Constructors
Declaration
public CreateChannelSetup(int mediumObjid, string designation)
Parameters
Type |
Name |
Description |
System.Int32 |
mediumObjid |
|
System.String |
designation |
|
Properties
Declaration
public SimplifiedAdditionalFields AdditionalFields { get; }
Property Value
Declaration
public bool AllowInbound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowOutbound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Designation { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MediumObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|