Class Service_Info
Inheritance
System.Object
Service_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 Service_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Service_Info(SybaseStack)
Declaration
public Service_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
Config_Service_Info_Sub
Declaration
public List<ServiceConfig_Info> Config_Service_Info_Sub { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HandleScheduler
Declaration
public int HandleScheduler { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { 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
|
Improve this Doc
View Source
Threads
Declaration
public int Threads { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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