Class Notification_Configuration_Info
Inheritance
System.Object
Notification_Configuration_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.Model.dll
Syntax
public class Notification_Configuration_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Notification_Configuration_Info(SybaseStack)
Declaration
public Notification_Configuration_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
CloseClassName
Declaration
public string CloseClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CloseMethodName
Declaration
public string CloseMethodName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CloseScriptName
Declaration
public string CloseScriptName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EditClassName
Declaration
public string EditClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EditMethodName
Declaration
public string EditMethodName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EditScriptName
Declaration
public string EditScriptName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InternName
Declaration
public string InternName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TableName
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged