C# 클래스 Oddr.Models.BuiltObject

Superclass of identified model object.
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 메소드들

메소드 설명
BuiltObject ( ) : System
BuiltObject ( String>.Dictionary properties ) : System
BuiltObject ( int confidence, String>.Dictionary properties ) : System
Get ( String property ) : String

Retrieve a property from properties dictionary.

PutPropertiesMap ( String>.Dictionary properties ) : void
PutProperty ( String name, String value ) : void

Add a property to properties dictionary.

메소드 상세

BuiltObject() 공개 메소드

public BuiltObject ( ) : System
리턴 System

BuiltObject() 공개 메소드

public BuiltObject ( String>.Dictionary properties ) : System
properties String>.Dictionary
리턴 System

BuiltObject() 공개 메소드

public BuiltObject ( int confidence, String>.Dictionary properties ) : System
confidence int
properties String>.Dictionary
리턴 System

Get() 공개 메소드

Retrieve a property from properties dictionary.
public Get ( String property ) : String
property String The name of requested properties.
리턴 String

PutPropertiesMap() 공개 메소드

public PutPropertiesMap ( String>.Dictionary properties ) : void
properties String>.Dictionary
리턴 void

PutProperty() 공개 메소드

Add a property to properties dictionary.
public PutProperty ( String name, String value ) : void
name String The name of the property.
value String The value of the property.
리턴 void