C# 클래스 CADability.NamedValuesProperty

상속: IShowPropertyImpl, ICommandHandler, ISerializable
파일 보기 프로젝트 열기: SOFAgh/CADability 1 사용 예제들

공개 메소드들

메소드 설명
GetCode ( ) : string
GetNamedValue ( string name ) : object
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Implements ISerializable.GetObjectData

NamedValuesProperty ( ) : CADability.UserInterface
OnCommand ( string MenuId ) : bool
OnUpdateCommand ( string MenuId, CommandState CommandState ) : bool
SetNamedValue ( string name, object val ) : void

보호된 메소드들

메소드 설명
NamedValuesProperty ( SerializationInfo info, StreamingContext context ) : CADability.UserInterface

Constructor required by deserialization

비공개 메소드들

메소드 설명
FindEntry ( string name ) : IPropertyEntry
GetUniqueName ( string prefix ) : string
ICommandHandler ( MenuWithHandler selectedMenuItem, bool selected ) : void
InsertDouble ( ) : void
InsertGeoPoint ( ) : void
InsertGeoVector ( ) : void
OnGeoPointLabelChanged ( EditableProperty sender, string newLabel ) : void
OnGeoVectorLabelChanged ( EditableProperty sender, string newLabel ) : void
OnGetGeoPoint ( GeoPointProperty sender ) : GeoPoint
OnGetGeoVector ( GeoVectorProperty sender ) : GeoVector
OnGetLength ( LengthProperty sender ) : double
OnLabelChanged ( string oldName, string newLabel ) : void
OnLengthLabelChanged ( EditableProperty sender, string newLabel ) : void
OnSetGeoPoint ( GeoPointProperty sender, GeoPoint p ) : void
OnSetGeoVector ( GeoVectorProperty sender, GeoVector v ) : void
OnSetLength ( LengthProperty sender, double l ) : void
ReflectNewEntry ( string name ) : void
Remove ( string name ) : void
Rename ( string oldName, string newName ) : void

메소드 상세

GetCode() 공개 메소드

public GetCode ( ) : string
리턴 string

GetNamedValue() 공개 메소드

public GetNamedValue ( string name ) : object
name string
리턴 object

GetObjectData() 공개 메소드

Implements ISerializable.GetObjectData
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo The to populate with data.
context StreamingContext The destination () for this serialization.
리턴 void

NamedValuesProperty() 공개 메소드

public NamedValuesProperty ( ) : CADability.UserInterface
리턴 CADability.UserInterface

NamedValuesProperty() 보호된 메소드

Constructor required by deserialization
protected NamedValuesProperty ( SerializationInfo info, StreamingContext context ) : CADability.UserInterface
info SerializationInfo SerializationInfo
context StreamingContext StreamingContext
리턴 CADability.UserInterface

OnCommand() 공개 메소드

public OnCommand ( string MenuId ) : bool
MenuId string
리턴 bool

OnUpdateCommand() 공개 메소드

public OnUpdateCommand ( string MenuId, CommandState CommandState ) : bool
MenuId string
CommandState CommandState
리턴 bool

SetNamedValue() 공개 메소드

public SetNamedValue ( string name, object val ) : void
name string
val object
리턴 void