Class Browser_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()
Namespace: Simplic.Framework.Model
Assembly: Simplic.Framework.Model.dll
Syntax
public class Browser_Configuration_Info : SybaseBase, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceBrowser_Configuration_Info(SybaseStack)
Declaration
public Browser_Configuration_Info(SybaseStack sb)
Parameters
Type | Name | Description |
---|---|---|
SybaseStack | sb |
Properties
| Improve this Doc View SourcePageGuid
Declaration
public Guid PageGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartUrl
Declaration
public string StartUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceTableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceTabName
Declaration
public string TabName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(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