Class FieldUpdater.UpdatedField
Inheritance
FieldUpdater.UpdatedField
Assembly: WeaverCore.dll
Syntax
[Serializable]
public class FieldUpdater.UpdatedField : IEquatable<FieldUpdater.UpdatedField>
Constructors
|
Edit this page
View Source
UpdatedField(string, string, string, string, FieldUpdater)
Declaration
public UpdatedField(string componentTypeName, string fieldName, string fieldType, string fieldValueContainer, FieldUpdater fieldUpdater)
Parameters
|
Edit this page
View Source
UpdatedField(Type, MemberInfo, string, FieldUpdater)
Declaration
public UpdatedField(Type componentType, MemberInfo member, string valueJson, FieldUpdater fieldUpdater)
Parameters
Fields
|
Edit this page
View Source
ComponentTypeName
Declaration
public string ComponentTypeName
Field Value
|
Edit this page
View Source
FieldName
Declaration
Field Value
|
Edit this page
View Source
FieldType
Declaration
Field Value
|
Edit this page
View Source
FieldValueJson
Declaration
public string FieldValueJson
Field Value
Properties
|
Edit this page
View Source
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
|
Edit this page
View Source
Member
Declaration
public MemberInfo Member { get; }
Property Value
|
Edit this page
View Source
MemberType
Declaration
public Type MemberType { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Equals(UpdatedField)
Declaration
public bool Equals(FieldUpdater.UpdatedField other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
GetSourceValue()
Declaration
public object GetSourceValue()
Returns
|
Edit this page
View Source
RawCreateJsonContainer(object, Type)
Declaration
public static FieldUpdater.UpdatedField.IContainer RawCreateJsonContainer(object obj, Type objType)
Parameters
Returns
|
Edit this page
View Source
RawGetJsonValue(string, Type)
Declaration
public static FieldUpdater.UpdatedField.IContainer RawGetJsonValue(string containerJson, Type objType)
Parameters
Type |
Name |
Description |
string |
containerJson |
|
Type |
objType |
|
Returns
Operators
|
Edit this page
View Source
operator ==(UpdatedField, UpdatedField)
Declaration
public static bool operator ==(FieldUpdater.UpdatedField a, FieldUpdater.UpdatedField b)
Parameters
Returns
|
Edit this page
View Source
operator !=(UpdatedField, UpdatedField)
Declaration
public static bool operator !=(FieldUpdater.UpdatedField a, FieldUpdater.UpdatedField b)
Parameters
Returns
Implements
Extension Methods